auto merge of #661 : alexcrichton/cargo/issue-660, r=brson
authorbors <bors@rust-lang.org>
Mon, 6 Oct 2014 23:45:06 +0000 (23:45 +0000)
committerbors <bors@rust-lang.org>
Mon, 6 Oct 2014 23:45:06 +0000 (23:45 +0000)
commit548fdf411621ac118d835ae734d407a2255cba83
tree54117d4f351fa4ba367e60dda4a359e4ad27d5d7
parent159bb4448d7fe7379b5b6439febf2bf913fddf12
parenta9f650b02bc28bc6bdcab8441c452f70ed26a651
auto merge of #661 : alexcrichton/cargo/issue-660, r=brson

When using `cargo test -p`, be sure to run only the doc tests for the package
actually being tested.

Closes #660